Accessible Python Executable Builder translations

Domain:
  accessible_builder

Folder layout:
  locale/tr/LC_MESSAGES/accessible_builder.mo
  locale/fr/LC_MESSAGES/accessible_builder.mo
  locale/uk/LC_MESSAGES/accessible_builder.mo
  locale/es/LC_MESSAGES/accessible_builder.mo

Place this locale folder beside:
  accessible_nuitka_pyinstaller_builder_flat_tabs.py

The program detects the operating-system locale automatically.

Force a language for testing on Windows Command Prompt:
  set LANGUAGE=tr
  python accessible_nuitka_pyinstaller_builder_flat_tabs.py

PowerShell:
  $env:LANGUAGE = "fr"
  python accessible_nuitka_pyinstaller_builder_flat_tabs.py

Supported language codes:
  tr - Turkish
  fr - French
  uk - Ukrainian
  es - Spanish

The .po files are editable translation sources.
The .mo files are compiled catalogs used by the program.
